Welcome![Sign In][Sign Up]
Location:
Search - opengl library

Search list

[OpenGL programstereo

Description: The following is intended to get someone started creating 3D stereo applications using OpenGL and the associated GLUT library. It is assumed that the reader is both familiar with how to create the appropriate eye positions for comfortable stereo viewing (see link in the title of the page) and the reader has an OpenGL card (or software implementation) and any associated hardware (eg: glasses) needed to support stereo graphic viewing.
Platform: | Size: 323584 | Author: 焦学健 | Hits:

[OpenGL programFreeWRL-1.11.tar

Description: The following is intended to get someone started creating 3D stereo applications using OpenGL and the associated GLUT library. It is assumed that the reader is both familiar with how to create the appropriate eye positions for comfortable stereo viewing (see link in the title of the page) and the reader has an OpenGL card (or software implementation) and any associated hardware (eg: glasses) needed to support stereo graphic viewing.
Platform: | Size: 3998720 | Author: 焦学健 | Hits:

[OpenGL programMFC_OPENGL三角型

Description: OPengl程序,基于VC的MFC库设计实现,主要实现一个在单文档视图中绘制一个颜色渐变三角形-OPengl procedures, the MFC-based VC Design Library, a major achievement in a single document View Drawing a triangular gradient colors
Platform: | Size: 4376576 | Author: xcs | Hits:

[OpenGL programCAD_Book_CD

Description: 王清辉、王彪编写的《Visual C++ CAD应用程序开发技术》书本的源程序代码。本书内容包括:总体程序框架的分析与设计、功能模块的划分、相关DLL库的开发与使用、CAD基础几何类库的开发、在MFC环境下使用OpenGL进行图形绘制、开发面向CAD应用程序的OpenGL通用绘图类、使用面向对象技术设计CAD软件的几何内核等。-Wang Qing, Wang Biao prepared by the "Visual C CAD application development technology" books of the source code. The contents include : general procedural framework for the analysis and design, functional module, the relevant DLL library development and use of CAD geometry class library based on the development, the environment MFC use OpenGL for graphics rendering, the development-oriented CAD application's generic OpenGL graphics category, the use of right- as technical design CAD software, such as the geometric kernel.
Platform: | Size: 6579200 | Author: 杨海锋 | Hits:

[OpenGL programBitmap_Fon1932889152005

Description: This is a demo of a bitmap font that uses OpenGL and is written in C++. It requires the gd library from boutell.com. There s a demo at http://www.coolgroups.com/font/. -This is a demo of a bitmap font that uses OpenGL and is written in C++. It requires the gd library from boutell.com. There s a demo at http://www.coolgroups.com/font/.
Platform: | Size: 38912 | Author: WMX | Hits:

[OpenGL programTransparen193111992005

Description: This a Transparent PNG texture loader for OpenGL. It requires the gd library at boutell.com. There s a demo at http://www.coolgroups.com/alpha/. -This a Transparent PNG texture loader for OpenGL. It requires the gd library at boutell.com. There s a demo at http://www.coolgroups.com/alpha/.
Platform: | Size: 112640 | Author: WMX | Hits:

[OpenGL programglutdlls36

Description: OPENGL图形开发库,含有运行时动态库及头文件,windows平台。版本:3.6-OpenGL graphics library, containing dynamic run-time libraries and header files, windows platform. Version : 3.6
Platform: | Size: 143360 | Author: 黄南海 | Hits:

[OpenGL programC常用程序集移植到VC开发环境的源代码

Description: 针对C程序的特点,给出将之移植到VC集成环境下的技术,对一个常用程序集实施了大规模的改写,并提供了C++数组和矩阵模板类,对C程序进行面向对象的封装。 CH1.H-CH15.H改写自徐士良《C常用算法程序集[M]》清华大学出版社(1996.11),第1到第15章,即数值计算部分的所有内容。 AM.H 数组、矩阵类的最初实现 CAM.H 双精度型数组、矩阵类 TAM.H 数组、矩阵模板类 Matrix.h 双精度型矩阵类,数组类请用标准模板库的valarray类 TMatrix.h 矩阵模板类,数组类请用标准模板库的valarray类 这两者配合slice技术使用,可以得到极大的灵活性,标准模板库对效率也是做过优化的。 C++用作数值计算的解决方案包括Matlab数学库的调用,用Matlab、OpenGL实现数-against C program features is to be transplanted to VC integrated technical environment, a procedure commonly used to collect a large-scale rewriting, and to provide an array of C and matrix template category, the C Programming Object-Oriented Packaging. CH1.H- CH15.H rewritten since XU Shi-liang "C algorithms commonly used procedures set [M]" Qinghua University Press (1 996.11), to a Chapter 15, that is part of the numerical calculation of all content. AM.H array matrices CAM.H the first to achieve double-precision array matrices TAM.H array matrix template category Matrix.h double-precision matrix category, array category please use standard template library valarray category TMatrix.h matrix template category, array category please use standard templates for the two categorie
Platform: | Size: 69632 | Author: 苗嘉 | Hits:

[OpenGL programopengl_mksw

Description: opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装 目前的glut库是glut-3.7.6.包含glut.h,glut32.lib,glut32.dll 把glut.h放到 vc的include目录中 把glut32.lib放到vc的lib目录中 把glut32.dll放到system32下 对于vs.net include和lib在..\vc7\platformSDK下 参考资料 nehe.gamedev.net 特别经典的opengl教程 www.codeguru.com -opengl as one powerful 3D API, rendering speed, high efficiency. We can achieve our 3D world. The procedures for the use of a glut (download http://www.xmission.com/ ~ nate/glut.html), he embodies gl.h, glu.h glaux.h has also expanded the number of other senior function. So in our future proceedings, just include glut.h headers. Implementation details please download the source code, the programming opengl familiar friends can see from the code in AX achieve opengl application with the ordinary procedure is the same. Glut library installation for the current glut of glut- 3.7.6. Included glut.h, glut32.lib, glut32.dll put into vc glut.h include the directory into vc glut32.lib put the lib directory put into glut32.dll for system32 vs.net include and lib in .. \ vc7 \ platformSDK under s
Platform: | Size: 132096 | Author: 周立 | Hits:

[OpenGL programtuxingbianxing

Description: 本程序是一个简单的计算机图形学的课件程序,程序使用了OPENGL图形类库来设计的,实现的功能是画多边形,填充多边形颜色,同时还可以对图形变形,比如扩大缩小翻转等.-this procedure is a simple computer graphics courseware procedures, the procedures for the use of OpenGL graphics library to design and realize the function of drawing polygons, filled polygon colors, and can also deformation of graphics, for example, to expand such narrow overturned.
Platform: | Size: 1938432 | Author: 许见 | Hits:

[OpenGL programIntra3D-Software

Description: 基于OpenGL与Windows的交互式三维图形技术以及程序设计。结合配套软件─—交互式三维图形软件开发工具Intra3D 2.0: (1)3D C++ 类库与COM对象库系统设计; (2)3D 交互算法与数据结构设计; (3)3D 图形用户界面设计; (4)使用Visual C++ 和Intra3D 2.0 C++ 类库编写交互式3D 应用程序; (5)使用Visual Basic和Intra3D 2.0 COM类库编写交互式3D 应用程序。 Intra3D 2.0是免费软件,可用于快速开发PC平台的交互式三维图形应用软件,其7万行核心程序全部公开。Intra3D系列版本曾获首届中国大学生电脑大赛软件展示一等奖。 -OpenGL-based and Windows interactive 3D graphics technology, and program design. Combination packages--interactive 3D graphics software development tools intra3D 2.0 : (1) 3D C class library and COM library system design; (2) 3D interactive algorithm and data structure design; (3) 3D graphical user interface design; (4 ) use Visual C and 2.0 C Class intra3D prepared interactive 3D applications; (5) The use of Visual Basic 2.0 and COM library intra3D prepared interactive 3D applications. Intra3D 2.0 is free software that can be used to quickly develop PC platform interactive 3D graphics software application, its 70,000's core public all procedures. Intra3D series won the first version of the Chinese University Computer software display contest won.
Platform: | Size: 5507072 | Author: 胡锦涛 | Hits:

[OpenGL programOlympics

Description: 用OpenGL来实现奥运五环 是非MFC程序 其中使用的辅助类库-use OpenGL to achieve the Olympic rings non MFC procedures which the auxiliary library
Platform: | Size: 8192 | Author: 李东 | Hits:

[OpenGL program5.9

Description: 因为这个是用OpenGL做成的。要成功运行你必须有OpenGL的三个库文件,但是只要是会用OpenGL的人都会知道这三个文件是什么(光靠vc++6.0中的那个库不行,还要有三个,会用OpenGL的人都会放这三个文件,因为要放在三个地方,比如有放在 system32文件中的glut32.dll) 这个是本人的为系主任老师编写的设计程序,保证能用,如果版主对OpenGL不太了解的话,可以相信我,我保证下这个的人都会用-because this is made of OpenGL. To be successful you have to have running OpenGL three libraries, But only with OpenGL will of the people will know that this is what the three documents (vc 6.0 alone that the library No, there are still three, we can use OpenGL people will take these three documents, because on the three places, For example, a document on the system32 glut32.dll) This is my teacher for Head the preparation of the design process, can use to ensure that, if the moderator of OpenGL do not quite understand, you can believe me, I guarantee the person will be able to use
Platform: | Size: 3078144 | Author: fancy | Hits:

[OpenGL programOpenGL_BlueBook

Description: OpenGL Blue Book Introduction: The OpenGL graphics system is a software interface to graphics hardware. (The GL stands for Graphics Library.) It allows you to create interactive programs that produce color images of moving three− dimensional objects. With OpenGL, you can control computer− graphics technology to produce realistic pictures or ones that depart from reality in imaginative ways. This guide explains how to program with the OpenGL graphics system to deliver the visual effect you want.-OpenGL Blue BookIntroduction: The OpenGL graphics system is a software interface to graphics hardware. (The GL stands forGraphics Library.) It allows you to create interactive programs that produce color images of movingthree
Platform: | Size: 1076224 | Author: Mr .Wang | Hits:

[OpenGL programOpenGL_Dev_Lib

Description: 开发OpenGL程序,必须要的库文件. 包含*.lib *.dll *.h 相信大家都知道要把他们放到那里-OpenGL development procedures, must of the library. included*. lib*. dll*. h think we all know where they would put
Platform: | Size: 407552 | Author: freedom | Hits:

[OpenGL programGraphicEx.v9.9

Description: GraphicEx is an addendum to Delphi s Graphics.pas in order to enable your application to load many common image formats. This library is primarily designed to load images as background (buttons, forms, toolbars) and textures (DirectX, OpenGL) or for image browsing and editing purposes as long as you don t need to save images. Currently only TTargaGraphic also supports saving an image-GraphicEx is an addendum to Delphi s Graphi cs.pas in order to enable your application to lo ad many common image formats. This library is pr imarily designed to load images as background ( buttons, forms, toolbars) and textures (DirectX. OpenGL) or for image browsing and editing purpo ses as long as you don t need to save images. Curre ntly only TTargaGraphic also supports saving a n image
Platform: | Size: 411648 | Author: hfb | Hits:

[OpenGL programglew-1.3.4-win32

Description: glew是一个非常优秀的opengl shading语言的连接库. 目前这个版本封装了几乎所有硬件平台的opengl2.0的命令。非常简单,好用。-GLEW is a very good opengl shading language library. Present Packaging versions of almost all hardware platforms opengl2.0 orders. Very simple, utilitarian.
Platform: | Size: 472064 | Author: 王赞纲 | Hits:

[OpenGL programcsg.c

Description: OpenGL 布尔运算 例子。 csg.c trackball .h-OpenGL Boolean operation examples. Csg.c trackball.c trackball.h
Platform: | Size: 6144 | Author: 张立强 | Hits:

[OpenGL programoglclib

Description: 一个OpenGL的C语言类库,简化openGL的程序设计-an OpenGL C language library, simplifying the procedures for design openGL
Platform: | Size: 227328 | Author: wwsheng | Hits:

[OpenGL programquaternion_camera_class

Description: Windows下的Opengl的一个四元数摄像机类库。-the Windows Opengl of a quaternion cameras library.
Platform: | Size: 210944 | Author: wwsheng | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 46 »

CodeBus www.codebus.net